Re: [GENERAL] datetime problems - Mailing list pgsql-general

From Herouth Maoz
Subject Re: [GENERAL] datetime problems
Date
Msg-id l03110706b2539947c35c@[147.233.159.109]
Whole thread Raw
Responses Re: [GENERAL] datetime problems
List pgsql-general
At 15:45 +0200 on 21/10/98, Memphisto wrote:


> I'm terrible sorry, I meant to type login_start and no login_time which is
> and  intervallum. Thanks again for your help.

By the way, I was thinking, and my WHERE clause may not catch datetimes
which are on Aug 31, 1998, in the middle of the day. Better use:

WHERE the_date >= '1998-08-01' AND the_date < '1998-09-01';

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



pgsql-general by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] datetime problems
Next
From: Sferacarta Software
Date:
Subject: Re: [GENERAL] aggregate question